Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatConditions Class / Add Method / Add(RangeReference[],CfRule,Boolean) Method


In This Topic
Add(RangeReference[],CfRule,Boolean) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal rangeRefs() As RangeReference, _
   ByVal item As CfRule, _
   Optional ByVal replacing As Boolean _
) As Boolean
 
'Usage
 
Dim instance As FormatConditions
Dim rangeRefs() As RangeReference
Dim item As CfRule
Dim replacing As Boolean
Dim value As Boolean
 
value = instance.Add(rangeRefs, item, replacing)

Parameters

rangeRefs
item
replacing
See Also